The Flash and PHP Bible has been released! The book can be found on Amazon or wherever fine books are sold in your area.
The Flash and PHP Bible has a forum for quick support.
How to quickly backup a MySQL database using the command line.
Here is how to quickly backup a MySQL database using the command line.
Start by opening Terminal (Mac) or Putty (Win) and follow these commands.
mysqldump -h hostname -u user --password=pass databasename > filename
mysql -h hostname -u user --password=pass databasename < filename
Replace the hostname, user, pass, databasename and filename with the values for your own server.
|
No Comments have been made. Wanna be the first?
|
©2004 - 2010 scriptplayground | Privacy Policy | Legal
Validate Site: XHTML CSS | Designed by: Matthew Keefe of mkeefeDESIGN